home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / phase5 / cybergl / lwshowppc.doc < prev    next >
Text File  |  1997-12-21  |  2KB  |  97 lines

  1. lwShowPPC 1.6
  2. =============
  3.  
  4. Lightwave object viewer for CyberGL (68K & PPC version)
  5.  
  6.  
  7.  
  8. Usage:
  9.  
  10. lwShowPPC LWOBJ,RM=REFMAP/K,PUB=PUBSCREEN/K,TESTMODE/S,NO68K/S,NOPPC/S
  11.  
  12. LWOBJ:          a lightwave object file
  13.  
  14. REFMAP:         an optional reflection map file
  15.  
  16. PUBSCREEN:      a pubscreen that the window should be opened on
  17.                 defaults to Workbench if not specified
  18.  
  19. TESTMODE:       switch to set lwShowPPC into testmode. It will run
  20.                 6 tests then in 3 resolutions and both ppc and 68k
  21.                 mode and quits after its done with that
  22.  
  23. NO68K:        switch to disable 68k mode
  24.  
  25. NOPPC:        switch to disable PPC mode
  26.  
  27.  
  28. Keyboard shortcuts:
  29.  
  30. 1               set gl window size to 160x120
  31.  
  32. 2               set gl window size to 320x240
  33.  
  34. 3               set gl window size to 640x480
  35.  
  36. ESC             quit
  37.  
  38. >               zoom into view
  39.  
  40. <               zoom out of view
  41.  
  42. +               zoom into view
  43.  
  44. -               zoom out of view
  45.  
  46. r               runmode, rotates the object 180 times and prints the time
  47.                 needed to stdout
  48.  
  49. t               toggle between PPC and 68K render mode
  50.  
  51. CRSR left       rotate object -10 degrees on the x axis
  52.  
  53. CRSR right      rotate object +10 degrees on the x axis
  54.  
  55. CRSR up         rotate object -10 degrees on the y axis
  56.  
  57. CRSR down       rotate object +10 degrees on the y axis
  58.  
  59.  
  60. Optionally the mouse can be used to rotate the view by holding down the left
  61. mouse button and moving the mouse.
  62.  
  63.  
  64. Revision history
  65. ================
  66.  
  67. lwShowPPC 1.6
  68. -------------
  69.  
  70. - lwShowPPC now uses the embedded elf features of ppc.library v45
  71. - added two new switches NO68K and NOPPC
  72.  
  73. lwShowPPC 1.5
  74. -------------
  75.  
  76. - filerequester pops up now when no filename is given at startup
  77.  
  78. lwShowPPC 1.4
  79. -------------
  80.  
  81. - added TESTMODE switch for benchmarks
  82.  
  83. lwShowPPC 1.3
  84. -------------
  85. - fixed a memory leak when closing the gl view
  86. - some code cleanup
  87.  
  88. lwShowPPC 1.2
  89. -------------
  90. - added 1,2,3 keys to resize view
  91. - added runmode
  92. - added toggle 68k/ppc mode
  93.  
  94. lwShowPPC 1.1
  95. -------------
  96. - initial release
  97.